Skip to content

build(deps): bump the ionic-capacitor group across 1 directory with 8 updates - #27

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/ionic-capacitor-828fd58011
Closed

build(deps): bump the ionic-capacitor group across 1 directory with 8 updates#27
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/ionic-capacitor-828fd58011

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the ionic-capacitor group with 8 updates in the /frontend directory:

Package From To
@capacitor/camera 8.2.0 8.2.1
@capacitor/core 8.4.0 8.4.1
@capacitor/keyboard 8.0.3 8.0.5
@ionic/vue 8.8.10 8.8.13
@ionic/vue-router 8.8.10 8.8.13
@capacitor/android 8.4.0 8.4.1
@capacitor/cli 8.4.0 8.4.1
@capacitor/ios 8.4.0 8.4.1

Updates @capacitor/camera from 8.2.0 to 8.2.1

Release notes

Sourced from @​capacitor/camera's releases.

v8.2.1

8.2.1 (2026-07-08)

Bug Fixes

  • android: explicitly grant URI permissions for legacy camera capture (#60) (df4b6d7)

This release is also available on:

Changelog

Sourced from @​capacitor/camera's changelog.

8.2.1 (2026-07-08)

Bug Fixes

  • android: explicitly grant URI permissions for legacy camera capture (#60) (df4b6d7)
Commits
  • 935fa14 chore(release): 8.2.1 [skip ci]
  • df4b6d7 fix(android): explicitly grant URI permissions for legacy camera capture (#60)
  • 6d363d0 chore(ci): Check every maven central version for android publish (#54)
  • 158cf3a ci: use exit code instead of output text to detect pod trunk push success (#51)
  • See full diff in compare view

Updates @capacitor/core from 8.4.0 to 8.4.1

Release notes

Sourced from @​capacitor/core's releases.

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Changelog

Sourced from @​capacitor/core's changelog.

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Commits

Updates @capacitor/keyboard from 8.0.3 to 8.0.5

Release notes

Sourced from @​capacitor/keyboard's releases.

v8.0.5

8.0.5 (2026-06-16)

Bug Fixes

  • docs: autoBackdropColor reference (cb4af94)

This release is also available on:

v8.0.4

8.0.4 (2026-06-16)

Bug Fixes

  • android: reset WebView height when keyboard hides without animation (#60) (f2e9cd2)
  • ios: prevent black QuickType bar when using Magic Keyboard on iPad + Fix Keyboard on iOS 26 (#52) (068f643)

This release is also available on:

Changelog

Sourced from @​capacitor/keyboard's changelog.

8.0.5 (2026-06-16)

Bug Fixes

  • docs: autoBackdropColor reference (cb4af94)

8.0.4 (2026-06-16)

Bug Fixes

  • android: reset WebView height when keyboard hides without animation (#60) (f2e9cd2)
  • ios: prevent black QuickType bar when using Magic Keyboard on iPad + Fix Keyboard on iOS 26 (#52) (068f643)
Commits
  • 9f7acbf chore(release): 8.0.5 [skip ci]
  • cb4af94 fix(docs): autoBackdropColor reference
  • c7ec14f chore(release): 8.0.4 [skip ci]
  • f2e9cd2 fix(android): reset WebView height when keyboard hides without animation (#60)
  • 068f643 fix(ios): prevent black QuickType bar when using Magic Keyboard on iPad + Fix...
  • 96f6d3a chore(ci): Check every maven central version for android publish (#67)
  • ed6db8b docs: minor contributing guide improvements (#66)
  • c705722 chore(ci): Use xcode26 (#65)
  • 8b9e8ad chore(ci): fix npm version being installed (#64)
  • See full diff in compare view

Updates @ionic/vue from 8.8.10 to 8.8.13

Release notes

Sourced from @​ionic/vue's releases.

v8.8.13

8.8.13 (2026-07-01)

Bug Fixes

  • button: sync disabled state and type in renderHiddenButton (#31225) (0c76135), closes #30968
  • datetime-button: respect datetime constraints in initial text (#31218) (044f358), closes #30183
  • datetime: don't setActiveParts from month/year wheels when multiple=true (#31248) (bf46a3d), closes #29673
  • datetime: respect config animated setting when paging month calendar (#31227) (a35f8a9), closes #30484

v8.8.12

8.8.12 (2026-06-24)

Bug Fixes

v8.8.11

8.8.11 (2026-06-17)

Bug Fixes

  • react: remove relocated inline overlays orphaned on unmount (#31223) (d28d25b)
  • searchbar: fix search icon sometimes being offset incorrectly (#31212) (3394c30), closes #30434
Changelog

Sourced from @​ionic/vue's changelog.

8.8.13 (2026-07-01)

Bug Fixes

  • button: sync disabled state and type in renderHiddenButton (#31225) (0c76135), closes #30968
  • datetime-button: respect datetime constraints in initial text (#31218) (044f358), closes #30183
  • datetime: don't setActiveParts from month/year wheels when multiple=true (#31248) (bf46a3d), closes #29673
  • datetime: respect config animated setting when paging month calendar (#31227) (a35f8a9), closes #30484

8.8.12 (2026-06-24)

Bug Fixes

8.8.11 (2026-06-17)

Bug Fixes

  • react: remove relocated inline overlays orphaned on unmount (#31223) (d28d25b)
  • searchbar: fix search icon sometimes being offset incorrectly (#31212) (3394c30), closes #30434
Commits
  • 681947a v8.8.13
  • bf46a3d fix(datetime): don't setActiveParts from month/year wheels when multiple=true...
  • 0c76135 fix(button): sync disabled state and type in renderHiddenButton (#31225)
  • a35f8a9 fix(datetime): respect config animated setting when paging month calendar (#3...
  • 044f358 fix(datetime-button): respect datetime constraints in initial text (#31218)
  • a767b31 chore(deps): update actions/checkout action to v7 (#31236)
  • 1b18846 chore(deps): update playwright (#31242)
  • 2e4debe merge release-8.8.12
  • 1773d7e chore(): update package lock files
  • 09c6773 v8.8.12
  • Additional commits viewable in compare view

Updates @ionic/vue-router from 8.8.10 to 8.8.13

Release notes

Sourced from @​ionic/vue-router's releases.

v8.8.13

8.8.13 (2026-07-01)

Bug Fixes

  • button: sync disabled state and type in renderHiddenButton (#31225) (0c76135), closes #30968
  • datetime-button: respect datetime constraints in initial text (#31218) (044f358), closes #30183
  • datetime: don't setActiveParts from month/year wheels when multiple=true (#31248) (bf46a3d), closes #29673
  • datetime: respect config animated setting when paging month calendar (#31227) (a35f8a9), closes #30484

v8.8.12

8.8.12 (2026-06-24)

Bug Fixes

v8.8.11

8.8.11 (2026-06-17)

Bug Fixes

  • react: remove relocated inline overlays orphaned on unmount (#31223) (d28d25b)
  • searchbar: fix search icon sometimes being offset incorrectly (#31212) (3394c30), closes #30434
Changelog

Sourced from @​ionic/vue-router's changelog.

8.8.13 (2026-07-01)

Bug Fixes

  • button: sync disabled state and type in renderHiddenButton (#31225) (0c76135), closes #30968
  • datetime-button: respect datetime constraints in initial text (#31218) (044f358), closes #30183
  • datetime: don't setActiveParts from month/year wheels when multiple=true (#31248) (bf46a3d), closes #29673
  • datetime: respect config animated setting when paging month calendar (#31227) (a35f8a9), closes #30484

8.8.12 (2026-06-24)

Bug Fixes

8.8.11 (2026-06-17)

Bug Fixes

  • react: remove relocated inline overlays orphaned on unmount (#31223) (d28d25b)
  • searchbar: fix search icon sometimes being offset incorrectly (#31212) (3394c30), closes #30434
Commits
  • 681947a v8.8.13
  • bf46a3d fix(datetime): don't setActiveParts from month/year wheels when multiple=true...
  • 0c76135 fix(button): sync disabled state and type in renderHiddenButton (#31225)
  • a35f8a9 fix(datetime): respect config animated setting when paging month calendar (#3...
  • 044f358 fix(datetime-button): respect datetime constraints in initial text (#31218)
  • a767b31 chore(deps): update actions/checkout action to v7 (#31236)
  • 1b18846 chore(deps): update playwright (#31242)
  • 2e4debe merge release-8.8.12
  • 1773d7e chore(): update package lock files
  • 09c6773 v8.8.12
  • Additional commits viewable in compare view

Updates @capacitor/android from 8.4.0 to 8.4.1

Release notes

Sourced from @​capacitor/android's releases.

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Changelog

Sourced from @​capacitor/android's changelog.

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Commits

Updates @capacitor/cli from 8.4.0 to 8.4.1

Release notes

Sourced from @​capacitor/cli's releases.

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Changelog

Sourced from @​capacitor/cli's changelog.

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Commits

Updates @capacitor/ios from 8.4.0 to 8.4.1

Release notes

Sourced from @​capacitor/ios's releases.

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Changelog

Sourced from @​capacitor/ios's changelog.

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the ionic-capacitor group with 8 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@capacitor/camera](https://github.com/ionic-team/capacitor-camera) | `8.2.0` | `8.2.1` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.4.1` |
| [@capacitor/keyboard](https://github.com/ionic-team/capacitor-keyboard) | `8.0.3` | `8.0.5` |
| [@ionic/vue](https://github.com/ionic-team/ionic-framework) | `8.8.10` | `8.8.13` |
| [@ionic/vue-router](https://github.com/ionic-team/ionic-framework) | `8.8.10` | `8.8.13` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.4.1` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.4.1` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.4.1` |



Updates `@capacitor/camera` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/ionic-team/capacitor-camera/releases)
- [Changelog](https://github.com/ionic-team/capacitor-camera/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-camera@v8.2.0...v8.2.1)

Updates `@capacitor/core` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.0...8.4.1)

Updates `@capacitor/keyboard` from 8.0.3 to 8.0.5
- [Release notes](https://github.com/ionic-team/capacitor-keyboard/releases)
- [Changelog](https://github.com/ionic-team/capacitor-keyboard/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-keyboard@v8.0.3...v8.0.5)

Updates `@ionic/vue` from 8.8.10 to 8.8.13
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.8.10...v8.8.13)

Updates `@ionic/vue-router` from 8.8.10 to 8.8.13
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.8.10...v8.8.13)

Updates `@capacitor/android` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.0...8.4.1)

Updates `@capacitor/cli` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.0...8.4.1)

Updates `@capacitor/ios` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.0...8.4.1)

---
updated-dependencies:
- dependency-name: "@capacitor/camera"
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/core"
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/keyboard"
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@ionic/vue"
  dependency-version: 8.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@ionic/vue-router"
  dependency-version: 8.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/android"
  dependency-version: 8.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/cli"
  dependency-version: 8.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/ios"
  dependency-version: 8.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 17, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/ionic-capacitor-828fd58011 branch July 17, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants